home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 October: Mac OS SDK / Dev.CD Oct 00 SDK1.toast / Development Kits / Cross Platform / QuickTime 4.1.2 Windows SDK / RIncludes / PCCardEnablerPlugin.r < prev    next >
Encoding:
Text File  |  2000-04-12  |  1.0 KB  |  40 lines  |  [TEXT/R*ch]

  1. /*
  2.      File:        PCCardEnablerPlugin.r
  3.  
  4.      Contains:    Interfacer for PCCard Manager 3.0
  5.  
  6.      Version:    Technology:    Mac OS 8.5
  7.                  Release:    QuickTime 4.1
  8.  
  9.      Copyright:    © 1997-1999 by Apple Computer, Inc. and SystemSoft Corporation.  All rights reserved.
  10.  
  11.      Bugs?:        For bug reports, consult the following page on
  12.                  the World Wide Web:
  13.  
  14.                      http://developer.apple.com/bugreporter/
  15.  
  16. */
  17.  
  18. #ifndef __PCCARDENABLERPLUGIN_R__
  19. #define __PCCARDENABLERPLUGIN_R__
  20.  
  21. #ifndef __CONDITIONALMACROS_R__
  22. #include "ConditionalMacros.r"
  23. #endif
  24.  
  25. #ifndef __CARDSERVICES__
  26. type 'pccd' {
  27.    longint;                                        /* MUST BE ZERO */
  28.     integer    dontShowIcon = -1, noCustomIcon = 0;    /* customIconID                */
  29.     integer    noCustomStrings = 0;                    /* customStringsID            */
  30.     unsigned integer;                                /*    customTypeIndex            */
  31.     unsigned integer;                                /*    customHelpIndex            */
  32.     literal longint    noCustomAction = 0;                /* customAction                */
  33.     longint;                                        /*    customActionParam1        */
  34.     longint;                                        /*    customActionParam2        */
  35. };
  36. #endif
  37.  
  38. #endif /* __PCCARDENABLERPLUGIN_R__ */
  39.  
  40.